Esx Settings Clusters Configuration Drafts Metadata
The Esx Settings Clusters Configuration Drafts Metadata schema defines the metadata information about configuration draft.
This schema was added in vSphere API 8.0.2.0.
{
"id": "string",
"parent_id": "string",
"owner": "string",
"state": "string",
"revision": 0,
"creation_time": "string",
"modified_time": "string",
"precheck_task": "string",
"image_reference_host": "string"
}
The draft identifier
This property was added in vSphere API 8.0.2.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.esx.settings.draft
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.esx.settings.draft
.
The identifier of the parent commit.
This property was added in vSphere API 8.0.2.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.esx.settings.commit
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.esx.settings.commit
.
Owner of the configuration draft.
This property was added in vSphere API 8.0.2.0.
State of the configuration draft.
For more information see: Esx Settings Clusters Configuration Drafts State.
This property was added in vSphere API 8.0.2.0.
The current revision of this draft. Any updates to the draft will increment this value. This value should be included in calls to POST /esx/settings/clusters/{cluster}/configuration/drafts/{draft}?action=update so that concurrent changes can be detected.
This property was added in vSphere API 8.0.2.0.
Creation time of the configuration draft.
This property was added in vSphere API 8.0.2.0.
Last modified time of the configuration draft.
This property was added in vSphere API 8.0.2.0.
The ID of the precheck task that was last run for this draft.
This property was added in vSphere API 8.0.2.0.
This field is missing or null
if precheck has not been done since the last modification.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.cis.task
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.cis.task
.
The ID of the host that is used as a reference for the cluster image.
This property was added in vSphere API 8.0.3.0.
This field is missing or null
if the cluster is managed by VLCM.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: HostSystem
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: HostSystem
.